InternalPropertyDescriptor

data class InternalPropertyDescriptor(name: String, value: RemoteObject?)

Object internal property descriptor. This property isn't normally visible in JavaScript code.

Constructors

InternalPropertyDescriptor
Link copied to clipboard
fun InternalPropertyDescriptor(name: String, value: RemoteObject? = null)

Properties

name
Link copied to clipboard
val name: String
Conventional property name.
value
Link copied to clipboard
val value: RemoteObject? = null
The value associated with the property.

Sources

jvm source
Link copied to clipboard